CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 二叉树 遍历

搜索资源列表

  1. algorithm

    0下载:
  2. 非常实用的非递归二叉树遍历算法,可以解决许多生活中时机的问题-Very useful non-recursive binary tree traversal algorithm that can solve many problems in life time
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1452
    • 提供者:刘存
  1. ProBinaryTree

    0下载:
  2. 主要实现二叉树的建立,前序,中序,后序,和层序遍历,及实现前序,中序,后序,和层序输出-Main achieved the establishment of a binary tree, the former sequence, the sequence, after the sequence, and sequence traversal, and the realization of pre-order, middle order, post order, and the output se
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:579579
    • 提供者:小宝
  1. 2

    0下载:
  2. 汇编语言 二叉树遍历 先序遍历 中序遍历 后序遍历-Assembly language preorder traversal of binary tree traversal postorder traversal sequence
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:1407
    • 提供者:yvonne
  1. word

    0下载:
  2. 二叉树遍历(二叉树的各种遍历)、图的遍历(图的各种遍历),停车场的设计(堆栈,队列的设计)-Binary tree traversal, graph traversal, car park design
  3. 所属分类:Data structs

    • 发布日期:
    • 文件大小:7129
    • 提供者:yjc
  1. 2

    0下载:
  2. 二叉排序树的创建与使用 (时间限制为:1000毫秒) 描述: 二叉排序树的定义是:或者是一棵空树,或者是具有下列性质的二叉树:(1)若它的左子树不空,则左子树上所有的结点值均小于它的根结点的值;(2)若它的右子树不空,则右子树上所有结点的值均大于或等于它的根结点的值;(3)它的左右子树也分别为二叉排序树。现要求根据输入的元素值,构造一棵二叉排序树,并输出其先序遍历、中序遍历和后序遍历结果。 输入: 输入第一行为测试用例个数n,接下来为n个测试用例,每个测试用例占两
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:969
    • 提供者:zhoupenghua
  1. twotree

    0下载:
  2. 简单的二叉树遍历 链表形式-two tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4214
    • 提供者:bbaatt
  1. btree

    0下载:
  2. 树型结构上机作业 1 建立二叉树 1)通过输入树的嵌套括号表示序列 2)根据前序遍历序列和中序遍历序列建立二叉树 3)建立哈夫曼树 2. 对于1中1),2)所建立的树进行如下操作: 1)查找结点 2)前序遍历 3)中序遍历 3 对于建立的哈夫曼树进行编码 4 输出二叉树的形状 -Operating a tree structure on the plane to establish binary 1), enter the tree th
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:3242
    • 提供者:胡先生
  1. Application_of_binary_tree_traversal_algorithm

    0下载:
  2. 二叉树遍历算法的应用 作者:李锐歆 建立二叉树 统计叶子结点个数 求二叉树的树深-Application of binary tree traversal algorithm: Li Ruixin Statistics leaf nodes to establish the number of binary tree binary tree seeking deep
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1463
    • 提供者:李锐歆
  1. zhz1

    0下载:
  2. 数据结构 二叉树遍历及操作 源代码详细 具体 -Binary tree traverse and operation
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:77716
    • 提供者:yanhutian
  1. 0894052229_1

    0下载:
  2. 用C++语言描述的数据结构 二叉树遍历的实例
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:40433
    • 提供者:chen
  1. 73493771maximum_distance_in_Btree

    0下载:
  2. 二叉树 遍历 很全的程序 谢谢下载! 对学习数据结构很有用!-Traversing Binary Tree is the whole procedure Thank you to download! Data structure is useful for learning!
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:277493
    • 提供者:wangtao
  1. binarytree_traversal

    0下载:
  2. 本程序是基于VC6.0的二叉树遍历程序,程序代码清晰明了,本程序主要是实现二叉树的中序遍历,包括递归和非递归两种,对于数据结构中二叉树的学习有很大帮助。-This procedure is based on the binary tree traversal program VC6.0, code clarity, this program is to achieve binary tree inorder traversal, including both recursive and non
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:10179
    • 提供者:yingl
  1. binarytree

    0下载:
  2. 二叉树遍历程序,包含前序中序和后序遍历,递归和非递归的方法-Binary tree traversal process, including pre-order in the sequence and post-order traversal, recursive and non recursive method
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1013
    • 提供者:溪云
  1. tree_traverse

    0下载:
  2. 二叉树遍历,包括二叉树的创建,插入,删除-Binary tree traversal, including the creation of a binary tree, insert, delete
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:997
    • 提供者:蒋伟
  1. a-binary-tree-search-algorithm

    0下载:
  2. 在对二叉树存储结构进行分析的基础上,介绍二叉树遍历算法的一种应用,即基于求解二叉树深度算法设计实 现的搜索二叉树中最长路径的算法。这里详细介绍了搜索二叉树中最长路径问题的分析解决思路,在对可能的预期结果进 行分析的基础上,给出了算法的设计方案,同时给出了具体的C语言算法描述。-By analyzing the storage structure of binary tree,a kind of application of binary tree traversal algorithm,
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-23
    • 文件大小:262323
    • 提供者:陈晓娟
  1. travel

    0下载:
  2. 实现用二叉树遍历数据,包括栈的创建,数据的初始化,数据的遍历。 - traveling the members of the tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:80388
    • 提供者:allen
  1. BinaryTree-Visit-all-methods

    0下载:
  2. 最全的二叉树遍历算法,包含前序、中序、后序的递归与非递归算法,还有按层次遍历(从上往下,从下往上,从左往右,从右往左)算法-The most complete binary tree traversal algorithm, including pre-order, in order, postorder recursive and non recursive algorithm, as well as by level traversal (from top to bottom, from b
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:2143
    • 提供者:马军
  1. 2_tree

    0下载:
  2. 数据结构算法,二叉树遍历。前中后序遍历都有-Data structure algorithms, binary tree traversal. After all the pre-order traversal
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1222
    • 提供者:黄悦
  1. BTree

    0下载:
  2. 二叉树遍历,可以计算先中后遍历计算,C++的平台。-Binary tree traversal, can be calculated after the first traversal in the calculation, C++ platform.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1289
    • 提供者:Filus
  1. mylove

    0下载:
  2. 二叉树遍历 包括前序遍历,中序遍历,后续遍历,以及层次遍历-Including pre-order traversal, in-order traversal, follow through, and the level of traversal
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1783
    • 提供者:jj
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »
搜珍网 www.dssz.com